projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c64797f
)
gtkmountoperation-x11: unbreak compilation on OpenBSD.
author
Antoine Jacoutot
<ajacoutot@openbsd.org>
Tue, 20 Sep 2011 09:57:49 +0000
(11:57 +0200)
committer
Antoine Jacoutot
<ajacoutot@openbsd.org>
Wed, 21 Sep 2011 14:02:33 +0000
(16:02 +0200)
Add missing header to prevent undeclared definitions.
Bug #659565
gtk/gtkmountoperation-x11.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmountoperation-x11.c
b/gtk/gtkmountoperation-x11.c
index 1663a028a47a1a4d36130f479ba24b9f20a7cf9c..52bce316a47ee47e2c70fdd7d0721a59352494f9 100644
(file)
--- a/
gtk/gtkmountoperation-x11.c
+++ b/
gtk/gtkmountoperation-x11.c
@@
-43,6
+43,7
@@
#include <errno.h>
#if defined(__OpenBSD__)
+#include <sys/param.h>
#include <kvm.h>
#include <fcntl.h>
#include <sys/sysctl.h>